home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / ts1000.zip / READ.ME next >
Text File  |  1993-06-19  |  2KB  |  44 lines

  1. TIMEX SINCLAIR 1000 EMULATOR by Jeff Vavasour ("jeffv@physics.ubc.ca")
  2. ======================================================================
  3.  
  4. This program emulates a complete Timex/Sinclair 1000 equipped with TS2040 
  5. thermal printer and TS1016 16K RAM pack.  (Printers must be Epson or 
  6. Proprinter II compatible.)  CGA is required and at least a 12 MHz system is 
  7. recommended.
  8.  
  9. Note: On slower PCs, this program may take a few seconds to initialize.  
  10. (This is the Timex/Sinclair's powerup memory check.)
  11.  
  12. TS1000.ROM and TS1000.EXE comprise the entire system.  Simply enter "TS1000"
  13. to begin.  You may exit at any time by pressing F1, followed by "Q" to quit,
  14. then reply "Y" to the "Y/N?" prompt.  
  15.  
  16. The keyboard is remapped to imitate that of a TS1000.  Only the alphanumeric
  17. keys, the ".", SPACE, ENTER, and SHIFT keys will function (aside from the
  18. special function keys).  See the TS1000 manual for details on the keyboard.
  19.  
  20. The standard powerup screen is black on cyan to mimick the appearance of the 
  21. TS1000's video output.  Press F2 to toggle between this and white-on-black.
  22.  
  23. As there is no capability of cassette support, you may instead save or load
  24. programs using the "snapshot" option.  The snapshot menu is displayed via F3.
  25. Enter "S" or "L" as appropriate.  Snapshots are identified by a four digit
  26. number, and are stored in a file "TSK-xxxx.IMG" in the default directory.
  27. You will be prompted to enter the number after "S" or "L" has been selected.
  28. The snapshot option is aborted by pressing F3 a second time (or ESCape at
  29. the number prompt).
  30.  
  31. In addition to allowing the user to exit, the F1 option calls up the 
  32. interactive debugger.  Those experienced in Z-80 programming may find it 
  33. informative.  The options allow you to set (B)reakpoints, (E)dit memory 
  34. (starting at the current address displayed by the (M)emory option), (L)oad
  35. registers, view the TS1000 (M)emory, (R)eset or restart the emulator, or
  36. single (S)tep through the execution of Z-80 instructions.  An additional
  37. option, (K)ey allows you to depress a key on the TS1000 keyboard and then
  38. return immediately to the debugger.
  39.  
  40. Please send bug reports or comments to "jeffv@physics.ubc.ca".
  41.  
  42. Share and enjoy!
  43.  
  44.